Welcome![Sign In][Sign Up]
Location:
Search - ace 5

Search list

[CommunicationACE_DOC_5.5_

Description: ACE v5.5 类库文档,chm格式,英文源版。 对使用ACE开发提供不少的帮助。
Platform: | Size: 18065894 | Author: zuiwengoo | Hits:

[Othershuffle

Description: 洗发牌模拟程序: 一副扑克牌有54张,为简单起见,这里撇去大小王不计,剩下52张扑克共4种花色:红桃(Heart),方块(Diamond),梅花(Club),黑桃(Spade),其ASCII码分别为3,4,5,6,扑克牌的面值则有十三种:A(Ace),两点(Deuce),三点(Three),四点(Four),五点(Five),六点(Six),七点(Seven),八点(Eight),九点(Nine),十点(Ten),丁钩(Jack),皇后(Queen)与老K(king)。 发牌过程要求随即以体现玩牌过程的公正性。发牌之前要先洗牌(Shuffle),以打乱扑克牌的顺序,增强随机性。 洗牌和发牌过程的程序模拟方式为:用一个4*13的整型二维数组deck表示一副牌,值为0表示没有牌,1~52之间的数代表扑克牌的发牌顺序。行与花色相对,0~3分别代表红桃,方块,梅花和黑桃;列于面值对应,即0~9列分别表示数字A~10,10~12代表J,Q,和K。综合起来若deck[1][9]的值为27,表示扑克牌方块10为当前一手牌的第27张。发牌的逻辑可利用循环结构将二维数组所对应的各扑克牌的花色与面值显示出来 -shuffle and deck
Platform: | Size: 1024 | Author: 学习生 | Hits:

[AlgorithmSIMPLER-Tao

Description: 西安交大陶老师经典SIMPLER算法程序,Fortran编写,对学习CFD很有帮助!-Tao, Xi' an Jiaotong University Teachers classic SIMPLER algorithm program, Fortran write, to learn CFD helpful!
Platform: | Size: 2623488 | Author: zhou | Hits:

[Internet-NetworkACE-5.5

Description: 开发网络游戏很好的框架,也是网络编程的宝典。-A good framework for developing online games, but also network programming Collection.
Platform: | Size: 20361216 | Author: 徐岩岩 | Hits:

[Other DatabasesCDINDEX

Description: CDINDEX Description: Organize cd s with software Developed with delphi 2005, databaseengine of component ace "absolute database" http://www.component ace.com/bde_replacement_database_delphi_absolute_database.htm
Platform: | Size: 188416 | Author: Cas | Hits:

[Linux-Unixpeazip-3.9.src

Description: linux 解压 带界面 Cross-platform file and archive manager. Features volume spanning, compression, authenticated encryption. Supports 7Z, 7-Zip sfx, ACE, ARJ, BZ2, CAB, CHM, CPIO, DEB, GZ, ISO, JAR, LHA/LZH, NSIS, OOo, PAQ/LPAQ, PEA, QUAD, RAR, RPM, split, TAR, Z, ZIP.-linux RAR ZIP 。。。
Platform: | Size: 2452480 | Author: hujiacheng | Hits:

[Delphi VCLlaobanjian

Description: 传统的老板键只能在你被老板发现之前使用。而本“老板键”在你的屏幕被“老板”看到之后,仍可使用。够神奇吧,赶快来看看吧! (由于作者学业问题,这里发的并不是成品,只是具备基础功能的概念软件,但附带源代码,各位高手可以任意改动,不需要考虑版权问题) 原理: 你的老板大概不会限制你设置什么图片为你的桌面壁纸吧?大多数老板只关心你正在用电脑做什么。所以本老板键的原理就是将按下 老板键那一瞬间的画面设置为桌面壁纸,然后最小化所有应用程序显示桌面。这样老板在远处基本上看不到桌面上的变化,而走进看也只会发现刚刚看到的画面只是 这位员工的壁纸而已...... 使用说明: 主程序只有一个,运行后可将其最小化,首先按一次Alt+F8,程序将会自动在C盘的根目录下创建“未命名.bmp”文件,然后请手动将该文件设为壁纸,准备工作到此结束。 再次按下Alt+F8时,你便会发现...... -The traditional the boss key can only be found in your boss before use. But this "the boss key" on your screen is "boss" see later, can still use. Enough, hurry up and see it s magic!!!!! (since the author studies the hair, here and is not finished, just have basic function of the concept, but with the source code, and the software can be arbitrary changes each ace, need not consider the copyright problem) Principle: Your boss probably won t limit you to set what pictures for your desktop wallpaper? Most of the boss only care about you are using the computer what to do. So the key principle is the boss will press the boss key that instant picture set to desktop wallpaper, then minimizing all show desktop application. So the boss in the distance can t see table basically ?
Platform: | Size: 168960 | Author: sky | Hits:

[Internet-NetworkHalfNetwork-0.6.5

Description: HalfNetwork是基于ACE的网络通讯库,执行半同步半异步模式。-HalfNetwork is a crossplatform C++ network library using ACE. Implementation of Half-sync Half-async pattern(POSA2).
Platform: | Size: 2744320 | Author: 高飞 | Hits:

[Chess Poker gamesDeckOfCards

Description: 德州扑克游戏,点击方片或者梅花、红桃等,可以自动在gui上生成-The scoring is done as follows. Each row and column of 3 cards is considered a ‘hand’. Each hand may achieve a score under the three categories described below. Category 1: Ace Flush (1000 points): Three cards of the same suit including at least one Ace, e.g. A- 2- 5 or 6- A- 4. Cateogry 2: Flush (500 points): Any three cards of the same suit, e.g. 3- 2-- 5 or 2- 4- 6 Category 3: Pair (100 points): A hand with two cards of equal face value and any other card, e.g. 6-6-4 or 5-5-A. Add code such that clicking on the last grid button would initiate the calculating of scores. Then display the following in a pop-up message box: 1. Total score 2. No. of hands achieved under each category.
Platform: | Size: 2048 | Author: yalyka | Hits:

[VC/MFCACE_TAOB0

Description: ACE_TAOB0下载ACE-5.3+TAO-1.3.zip,使用该版本能用VC++6.0进行编译(如 果使用其他版本请先弄清楚不同ACE+TAO版本对应VC的不同版本)。 将ACE发布文件解压缩到某个目录中,在其中将会创建含有所有文件的 ACE_wrappers目录。在下面的步骤中,ACE_wrappers目录将以 ACE_ROOT为名来指称-ACE_TAOB0 download ACE-5.3+TAO-1.3.zip, use the version can VC++6.0 compile (If you are using other versions please clarify the different ACE+TAO version corresponding to different VC version). Unzip the ACE publish files to a directory containing all the files will be created in which ACE_wrappers directory. , ACE_wrappers directory will ACE_ROOT the following steps to refer to in the name of
Platform: | Size: 910336 | Author: 代劳 | Hits:

[TCP/IP stackACE-5p5B1p5D.5

Description: 这个是ace库的安装包和源代码,有需要的可以下载安装,具体的安装过程百度就好了。-This is the ace library installation package and source code, there is need to download and install, the installation process Baidu specific enough.
Platform: | Size: 8635392 | Author: | Hits:

[Industry researchfds60

Description: ace Detection Program for MATLAB 2013a using Gabor Feature Extraction and Neural Networks ---------------------------------------------------------------- 1- copy all files and directories to the MATLAB s work folder * In order to run the program you must have Image Processing and Neural Networks Toolboxes 2- (Important) Navigate to the root folder which contains "main.m". 3- Type "main" or "run main" in the command window 4. Only fort the first time, the program creates Gabor filters and stores them in ./data/gabor.mat Training set dataset and stores it in ./data/imgdb.mat Neural Network and stores it in ./data/net.mat 5- imgdb is short for "image data base". 6- When the program menu appears click on "Train Network" and wait until the program is done with the training-ace Detection Program for MATLAB 2013a using Gabor Feature Extraction and Neural Networks ---------------------------------------------------------------- 1- copy all files and directories to the MATLAB s work folder * In order to run the program you must have Image Processing and Neural Networks Toolboxes 2- (Important) Navigate to the root folder which contains "main.m". 3- Type "main" or "run main" in the command window 4. Only fort the first time, the program creates Gabor filters and stores them in ./data/gabor.mat Training set dataset and stores it in ./data/imgdb.mat Neural Network and stores it in ./data/net.mat 5- imgdb is short for "image data base". 6- When the program menu appears click on "Train Network" and wait until the program is done with the training
Platform: | Size: 180224 | Author: manu | Hits:

[Multimedia DevelopdemoVC

Description: Secs HSMS socket server in Vc8 need pre-install 1.ACE-5.6.5 / static solution 2.xerces-c-src_2_7_0 / static build-Secs HSMS socket server in Vc8 need pre-install 1.ACE-5.6.5/static solution 2.xerces-c-src_2_7_0/static build
Platform: | Size: 588800 | Author: 小誠 | Hits:

[Software Engineeringrajeev

Description: the above file gives the AXI protocol master and ACE protocol and clock and reset
Platform: | Size: 3460096 | Author: Satya Rajeev | Hits:

[OtherPAPR-ACE-(kelompok-5)

Description: PAPR reductioin with ACE method
Platform: | Size: 738304 | Author: Awanda | Hits:

[WEB Codeace

Description: PHP Asynchronous Client Engine
Platform: | Size: 25600 | Author: Egar Rizki | Hits:

[Game Server SimulatorAceServer3.5(fixed)

Description: 壮志凌云ACE EP3.5服务端附带全套工具和数据库
Platform: | Size: 44370944 | Author: waite | Hits:
« 1 2 3»

CodeBus www.codebus.net